Lender Price API
Pricing a Loan / Common Tasks in Pricing / Pass a Fee in the Request
In This Topic
    Pass a Fee in the Request
    In This Topic

    There are two ways to pass a fee in the pricing request:

    1. Use the brokerCriteria.adjustments array and populate it with a fee:

      "brokerCriteria": {

        "adjustments": [

          {

            "referenceId": {{reference ID of the adjustment}},

            "adj": {{adjustment number}},

            "adjName": {{adjustment name}},

            ...

          }

        ]

      }

    2. Set up a fee template in the Lender Price UI and enable it by setting the boolean fields closingCost.useClosingCost and closingCost.useCompanyDefaultClosingCost to True:        

      "closingCost": {

        "useClosingCost": True,

        "useCompanyDefaultClosingCost": True

      }